home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-12-21 | 3.1 KB | 125 lines |
- [Company]
- ; Label shown on the Tab control
- TabLabel=NetManage
- ; Logo file
- LogoFile=1netm.dib
- ; Company descriptions
- Label1=Welcome to Instant Internet!
- ;This is the 2nd string used for describing your company
- Label2=Automated Internet Signup and Configuration
- ;This is the 3rd string used for describing your company
- Label3=Please select the More Info Button
- ;This is the file used for displaying more of your company's information
- ; cards supported (yes or no for each card type)
- Visa=yes
- MasterCard=yes
- AmericanExpress=yes
- Discover=no
- ; Information file on company
- InfoFile=1netm.txt
- InfoTitle=MORE INFORMATION on NetManage
- ; Number of available phone numbers for online registration
- TotalPhone=2
- ; Specify the amount of additional information required (0..10)
- TotalField=7
- ; Number of radio button selections (0..5)
- TotalRadioButtons=4
- ; Specify promotional parameters (up to 5)
- Promote1=Provider promo ID
- ;
- ; script to wait for connect
- ;
- Script=-c NM_CRZ01
- ActivePhone=1-800-221-4010
-
- [PhoneList]
- Phone1=1-800-221-4010
- Phone2=1-408-777-8040
-
- [Field 1]
- UserLabel=Provider ID? (Optional - Please see Help)
- InfoLabel=PrefUserID1
- ErrMsg=Please fill out your Service Provider's ID Number
- Length=8
- Require=no
- MinLen=4
- Type=Ascii
-
- [Field 2]
- ; used above the edit control (should less than 50 characters)
- UserLabel=Local Access Phone Number? (Optional)
- ; INFO parameter used for passing back to the server
- InfoLabel=PrefUserID2
- ; maximum length of data if user specify this field
- Length=18
- ; is this optional field required ? (could be yes or no)
- Require=no
- ; prompt this error message to user if this (required) field is not specified
- ErrMsg=Please fill out your dial-up access number
- ; minimum length of data if user specifies this field
- MinLen=4
- ; type of the data, could be:
- ; Alpha - 'A'-'Z' or 'a'-'z'
- ; AlphaNum - 'A'-'Z', 'a'-'z', or '0'-'9'
- ; Ascii - ASCII character (0x00 - 0x7F)
- ; Digit - '0'-'9'
- Type=Ascii
-
- [Field 3]
- UserLabel=Your User Account Name? (Optional)
- InfoLabel=PrefUserID3
- Length=15
- Require=no
- ErrMsg=Please fill out your User Account name
- MinLen=4
- Type=Ascii
-
- [Field 4]
- UserLabel=Your User Account Password? (Optional)
- InfoLabel=PrefUserID4
- Length=15
- Require=no
- ErrMsg=Please fill out your User Account password
- MinLen=4
- Type=Ascii
-
- [Field 5]
- UserLabel=Your IP Address (x.x.x.x)? (Optional)
- InfoLabel=PrefUserID5
- Length=15
- Require=no
- ErrMsg=Please fill out your IP address
- MinLen=7
- Type=Ascii
-
- [Field 6]
- UserLabel=Your Mail Account User ID? (Optional)
- InfoLabel=PrefUserID6
- Length=15
- Require=no
- ErrMsg=Please fill out your Mail Account name
- MinLen=4
- Type=Ascii
-
- [Field 7]
- UserLabel=Your Mail Account Password? (Optional)
- InfoLabel=PrefUserID7
- Length=15
- Require=no
- ErrMsg=Please fill out your Mail Account password
- MinLen=4
- Type=Ascii
-
- [RadioButtons]
- ; used as Group box label
- UserLabel=Type of dialup account? (Optional)
- ; INFO parameter used for passing back to the server
- InfoLabel=INFO8
- ; default selection (1..5)
- DefSelect=1
- ; selection descriptions
- Select1=PPP
- Select2=SLIP
- Select3=CSLIP
- Select4=ISDN
-